Class TradeList.Trade

java.lang.Object
jeresources.collection.TradeList.Trade
Enclosing class:
TradeList

public static class TradeList.Trade extends Object
  • Method Details

    • sellsItem

      public boolean sellsItem(net.minecraft.world.item.ItemStack itemStack)
    • buysItem

      public boolean buysItem(net.minecraft.world.item.ItemStack itemStack)
    • getMinCostA

      public net.minecraft.world.item.ItemStack getMinCostA()
    • getMinCostB

      public net.minecraft.world.item.ItemStack getMinCostB()
    • getMinResult

      public net.minecraft.world.item.ItemStack getMinResult()
    • getMaxCostA

      public net.minecraft.world.item.ItemStack getMaxCostA()
    • getMaxCostB

      public net.minecraft.world.item.ItemStack getMaxCostB()
    • getMaxResult

      public net.minecraft.world.item.ItemStack getMaxResult()
    • toString

      public String toString()
      Overrides:
      toString in class Object